InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetEnhMetaFileBits Method / GetEnhMetaFileBits(IntPtr,UInt32,Byte[]) Method

In This Topic
    GetEnhMetaFileBits(IntPtr,UInt32,Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetEnhMetaFileBits( _
       ByVal hemf As IntPtr, _
       ByVal cbBuffer As UInteger, _
       ByVal buffer() As Byte _
    ) As UInteger
    public static uint GetEnhMetaFileBits( 
       IntPtr hemf,
       uint cbBuffer,
       byte[] buffer
    )

    Parameters

    hemf
    cbBuffer
    buffer
    See Also